projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d1d0d
)
Set colormap of offscreen pixmaps
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Dec 2009 14:58:23 +0000
(09:58 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Dec 2009 14:58:23 +0000
(09:58 -0500)
This fixes problems in clutter-gtk. See bug 603619.
gdk/gdkoffscreenwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkoffscreenwindow.c
b/gdk/gdkoffscreenwindow.c
index 76d90158ca515a6f440dfed374c758b80dc5463b..dcba0a16e45946f9cd13507d2b693be1ad41a366 100644
(file)
--- a/
gdk/gdkoffscreenwindow.c
+++ b/
gdk/gdkoffscreenwindow.c
@@
-659,6
+659,7
@@
_gdk_offscreen_window_new (GdkWindow *window,
private->width,
private->height,
private->depth);
+ gdk_drawable_set_colormap (offscreen->pixmap, offscreen->colormap);
}
static gboolean